Welcome![Sign In][Sign Up]
Location:
Search - array class

Search list

[assembly languageghost516

Description: 把一个班的学生姓名和成绩存放到一个结构数组中,寻找和输出最高分者。 要交的作业-bring a class of students names and accomplishments of a storage array structure of the search and the maximum output stakeholders. To pay operating
Platform: | Size: 245760 | Author: ghost | Hits:

[OtherCheckShuzu

Description: 问题的提出:设计一个用于检查数组在使用时下标是否越界的类,如越界给出提示。(知识点:下标运算符的重载)。-Of the problem: the design of a check for the array subscript in the use of topical whether cross-border class, such as cross-border prompts given. (Knowledge points: subscript operator overloading).
Platform: | Size: 7168 | Author: 许冲 | Hits:

[Otherguessnumber

Description: 猜数字游戏,用C语言自已制作,这个用到了结构的概念,对数组进行了增删改查操作。是提高C水平的必要一课。-猜数字games, using C language their own production, the use of structural concepts, additions and deletions of the array had to check the operation. Is necessary to improve the level of C 1 class.
Platform: | Size: 39936 | Author: 黄俊斌 | Hits:

[GDI-Bitmap2

Description: 某小学六个年级各有8个班,可以用下面的方法声明一个数组students用于存放每个班的人数。-In a primary school in each of six grades eight classes can be used the following method statement for the storage of an array of students in each class size.
Platform: | Size: 1024 | Author: | Hits:

[VC/MFCkuangjiachuangkou

Description: 框架窗口 文 档 模 板 MFC文档读写机制 使用简单数组集合类 建立可序列化的类 文档序列化示例 使用CFile类 一般视图类的使用 文档与视图的相互作用 应用程序对象指针的互调 切 分 窗 口 一 档 多 视-The framework of a window MFC document template document to read and write using a simple array of mechanisms to create a sequence of collections of documents of the type of sample sequence using CFile Class general view class using the document with the view of the interaction between application objects intermodulation pointer segmentation window one file Multi-view
Platform: | Size: 513024 | Author: 马刚 | Hits:

[JSP/Javaexp1

Description: 方法的重载,一个类中定义三个SORT()方法,其中一个是对二个数进行排序,一个是对三个数进行排序,一个是对一个数组进行排序-Method overloading, a class defined in the three SORT () method, one of which is the number two ranking, one is the number three ranking, one is sort of an array
Platform: | Size: 10240 | Author: loveyounomore | Hits:

[Compress-Decompress algrithmslzwnhuffman

Description: The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
Platform: | Size: 7168 | Author: sdfsdfwe | Hits:

[Data structs01

Description: 第四章 基本的类、字符串和动态数组 第四章 基本的类、字符串和动态数组.rar Symbian 60-Chapter IV of the basic class, string and dynamic array of Chapter IV of the basic categories, strings and dynamic arrays. Rar Symbian 60
Platform: | Size: 544768 | Author: hu | Hits:

[Algorithmjichen

Description: -调用基类myarray创建数组 调用派生类averarray求平均数 调用派生类revarray求反序数组 -- Call the base class to create an array called myarray derived class averarray for the average derived class to call for anti-revarray sequence array
Platform: | Size: 1024 | Author: rtrt | Hits:

[assembly languagehuigrade

Description: 从键盘接收输入的一个班的学生成绩,并存放于50字grade数组中,其中grade+i保存学号为i+1的学生成绩。然后根据grade中的学生成绩,把学生名次填入50字rank字数组中,其中 rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来。(输入学生个数<=50,可以不定) -Receive input from the keyboard of a class of student achievement, and stored in 50 words grade array, which grade+ I save school No. i+ 1 of student achievement. And then under the grade of student achievement, the students fill in 50 words rank ranking word group, which rank+ I is the number school students rank i 1. And then places the order of the rankings from No. terminals displayed. (Enter student number
Platform: | Size: 4096 | Author: 婷婷 | Hits:

[assembly language1-1

Description: c++二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n) -c++ Second, through its elements inserted into the two-way linked list of methods to sort array A. Algorithm to list the current operating position for maintenance, when the need to insert a table entry, if the new element to the location than the current value to big, then move forward if small is the next move. Prepared to achieve the above function DoubleSort sorting algorithm. template
Platform: | Size: 1024 | Author: zzlbly | Hits:

[assembly language1-2

Description: 二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n) -Second, through its elements inserted into the two-way linked list of methods to sort array A. Algorithm to list the current operating position for maintenance, when the need to insert a table entry, if the new element to the location than the current value to big, then move forward if small is the next move. Prepared to achieve the above function DoubleSort sorting algorithm. template
Platform: | Size: 850944 | Author: zzlbly | Hits:

[Windows DevelopAnalisis_CArray_in_MFC

Description: 我们在使用vc进行比较复杂的编程时,经常需要用到复杂的数组结构,并希望能实现动态管理。由于C++并不支持动态数组,MFC提供了一个CArray类来实现动态数组的功能。有效的使用CArray类,可以提高程序的效率。 MFC提供了一套模板库,来实现一些比较常见的数据结构如Array,List,Map。CArray即为其中的一个,用来实现动态数组的功能。 CArray是从CObject派生,有两个模板参数,第一个参数就是CArray类数组元素的变量类型,后一个是函数调用时的参数类型。 我们有一个类 class Object,我们要定义一个Object的动态数组,那么我们可以用以下两种方法
Platform: | Size: 8192 | Author: li sheng | Hits:

[JSP/Javastudent

Description: 学员成绩管理系统(设计+代码)。用Java编写一个程序实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息(最多输入20个,但最少并不知道),包括学号(String)姓名(String) 三门课成绩(用整形数组来存)计算出学员的平均成绩(float),按照学员平均成绩由大到小排序插入功能:在排序后的学员成绩表中插入一个学员的信息,要求插入后仍然保持成绩表有序删除功能:要求输入指定的学号,从学员信息表中删除该学员,删除后的成绩表保持有序 -Student achievement management system (designed+ Code). Using Java to prepare students to achieve a program performance management, each student, including three classes of results, students from the keyboard input information (input a maximum of 20, but at least did not know), including Student ID (String) Name (String) 3 class results (use of plastic to keep the array) to calculate the average student achievement (float), in accordance with the students grade point average insertion sort descending: In sort of the trainees after the results table, insert a student information requested remained after insertion delete function results in an orderly manner: for the importation of the designated school number, student information table from the deletion of the trainees, after the deletion of the results to maintain orderly
Platform: | Size: 116736 | Author: bbrica | Hits:

[Data structsgraph2M

Description: 程序首先给出边集数组中的元素类型、邻接矩阵类定义。其中,建立图的邻接矩阵CREATEMatrix函数的形参N为图的点数形参e为边数,rcw为结构体类型RCW的数组利用PRIM算法从定点V0出发求出用邻接矩阵GA表示的图的最小生成树,其边集存与数组CT中,PRIM算法对应的函数为PRIM。-First of all, given the procedures margination array element type, adjacency matrix class definition. Among them, the establishment of graph adjacency matrix CREATEMatrix function parameter N points for the map parameter e for the edge, rcw for the structure of the array type RCW use PRIM algorithm derived from the fixed point of departure V0 with adjacency matrix GA expressed Minimum Spanning Tree, and its margination CT in keeping with the array, PRIM algorithm corresponding function for the PRIM.
Platform: | Size: 3072 | Author: sjw87522 | Hits:

[OS programCArray

Description: 支持动态增长的数组类,源码包提供了完整的实现源码。对于模板类数组容器感兴趣的朋友是个不错的参考。-Support the dynamic growth of an array type, source packages to provide a complete source realize. Array container for template class a friend is interested in a good reference.
Platform: | Size: 1603584 | Author: david | Hits:

[JSP/Javamatrix

Description: (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m)以及toString()等内容。-(1) design and preparation on behalf of Matrix Class Matrix. Including the ranks of such matrices int rows and the number of variables int cols, matrix data array double data [][], constructor Matrix (), Matrix (int rows, int cols), Matrix (int rows, int cols, double data [] []), to obtain the value of a certain element method getData (int row, int col), set the value of a certain element method setData (int row, int col, double value), the product of two matrices calculation method multiply (Matrix m) as well as the toString () and so on.
Platform: | Size: 7168 | Author: fangfei | Hits:

[Algorithmmatrix_identify_cpp

Description: 本程序是一个简易的矩阵类库,注意 1.本类库的矩阵、向量运算采用值传递 2.本类库的矩阵和向量的第一个元素的起始下标为1,不是0。这点尤其要注意。这和C语言中的数组不一样-This procedure is a simple matrix class library, paying attention to one. The Library of matrix, vector calculations using the value of transfer 2. The Library of matrix and vector of the first element starting subscript of 1, not 0. This is especially necessary to pay attention to. This and the C language in a different array
Platform: | Size: 8192 | Author: dongzy09 | Hits:

[OS programfd_soap

Description: Server用php5 soap扩展实现,以soap数组返回A股行情数据。中文用UTF8编码。Client用GCC+wxWidgets2.8+gsoap2.7,IDE: CodeBlocks。通过gsoap生成代理类接收数据。 -Server with php5 soap extension of realize in order to return to soap array A shares market data. Chinese using UTF8 encoding. Client with GCC+ WxWidgets2.8+ Gsoap2.7, IDE: CodeBlocks. Gsoap generate proxy class through the receive data.
Platform: | Size: 98304 | Author: | Hits:

[Console5

Description: 该程序可用于计算1000以内的数的阶层 用数组处理,采用10进制进位,如果要加快速度可考虑1000进制或更高-The program can be used to calculate the number of 1000 within the class with an array of treatment, using 10 binary notation, if the speed could be considered hexadecimal 1000 or higher
Platform: | Size: 163840 | Author: STartBoy | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 35 »

CodeBus www.codebus.net